home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / WinXPSP1.exe / ipp_0013.as_ / ipp_0013.asp
Encoding:
Text File  |  2002-05-11  |  912 b   |  35 lines

  1. <%@ CODEPAGE=65001 %>
  2. <%
  3. ' Replace the above line with your localized code page number
  4. '------------------------------------------------------------
  5. '
  6. ' Microsoft Internet Printing Project
  7. '
  8. ' Copyright (c) Microsoft Corporation. All rights reserved.
  9. '
  10. '------------------------------------------------------------
  11.     Option Explicit
  12. %>
  13. <!-- #include file = "ipp_util.inc" -->
  14. <%
  15.     Response.Expires = 0
  16.     Const L_TitleDevStatus_Text = "Device Status Page Error"
  17. %>
  18.  
  19. <html>
  20.  
  21. <head>
  22. <%=SetCodePage%>
  23. <title><% =Write(L_TitleDevStatus_Text) %></title>
  24. </head>
  25.  
  26. <body>
  27.  
  28. <%=Write(CLIENT_FONT)%>
  29. <%Const L_DevStatusErr_Text = "<p><H2>Device Status Page Error</H2></p>We are unable to generate the device status page for the selected printer. Please contact your system administrator for more information.<br><p>"%>
  30. <%=Write (L_DevStatusErr_Text)%>
  31. <%=END_FONT%>
  32.  
  33. </body>
  34. </html>
  35.